Lightweight VMs and container alternatives¶
#virtualisation #cloud #public
Lighweight VMS¶
- https://firecracker-microvm.github.io/
- Kata containers: https://katacontainers.io/
- https://github.com/newsnowlabs/runcvm
Unikernels¶
Posts¶
Firecracker, the microVM hypervisor, is renowned for being lightweight, fast, and secure. It’s excellent for running short-lived workloads, which is why it’s the backbone of AWS Lambda. After weeks of testing, we decided to entirely replace it with QEMU. A little-known fact about Firecracker is its lack of support for many modern hypervisor features, such as dynamic RAM management, which is vital for long-lived workloads. In this post, I will explain why Firecracker might not be the best hypervisor choice and when you should avoid it.
Jail¶
- https://github.com/fsquillace/junest = The lightweight Arch Linux based distro that runs, without root privileges, upon any Linux distro
Other approaches¶
Specific to one language¶
Python¶
- https://github.com/zopefoundation/RestrictedPython (still actively developped, actually)
Historical (obsolete) approaches¶
#vms
Page last modified: 2025-01-13 03:18:55